GoXam for WPF v3
AddLink Method (GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class : AddLink Method
the data type is the model's LinkType type parameter
Add a link data to this collection.
Syntax
public void AddLink( 
   LinkType linkdata
)

Parameters

linkdata
the data type is the model's LinkType type parameter
Remarks
This is a no-op if the link data is already in the collection.
See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members